@charset "UTF-8";
/*	========================================================================== */
/*    	UNIVERSAL SET UP FILES
/*	========================================================================== */
/*	========================================================================== */
/*    	RESET based on git.io/normalize
/*	========================================================================== */
/*	========================================================================== */
/*		RESET : HTML5 display definitions
/*	========================================================================== */
/*	Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*	Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*	Prevents modern browsers from displaying `audio` without controls. */
/*	emove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0; }

/*	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4. */
/*	Known issue: no IE 6 support. */
[hidden] {
  display: none; }

/*	========================================================================== */
/*		RESET : Base
/*	========================================================================== */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

/* fix for IE10 snap-mode http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ */
@-ms-viewport {
  width: device-width; }

/*	Addresses margins handled incorrectly in IE 6/7. */
/*	Prevents iOS text size adjust after orientation change, without disabling user zoom. */
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

/*	========================================================================== */
/*		RESET : Links
/*	========================================================================== */
/*	Addresses `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted; }

/*	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b,
strong {
  font-weight: bold; }

/*	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*	Improves readability of pre-formatted text in all browsers. */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*	Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*	========================================================================== */
/*		RESET : Lists
/*	========================================================================== */
/*	Addresses margins set differently in IE 6/7. */
dl,
menu,
ol,
ul {
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style: none;
  list-style-image: none; }

/*	========================================================================== */
/*		RESET : Embedded content
/*	========================================================================== */
/*	1. emoves border when inside `a` element in IE 6/7/8/9 and Firefox 3. */
/*	2. Improves image quality when scaled in IE 7. */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*	Corrects overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden; }

/*	========================================================================== */
/*		RESET : Figures
/*	========================================================================== */
/*	Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure {
  margin: 0; }

/*	========================================================================== */
/*		RESET : Forms
/*	========================================================================== */
/*	Corrects margin displayed oddly in IE 6/7. */
form {
  margin: 0; }

/*	Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*	1. Corrects color not being inherited in IE 6/7/8/9. */
/*	2. Corrects text not wrapping in Firefox 3. */
/*	3. Corrects alignment displayed oddly in IE 6/7. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*	1. Corrects font size not being inherited in all browsers. */
/*	2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome. */
/*	3. Improves appearance and consistency in all browsers. */
button,
input,
select,
textarea {
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*	Addresses Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button,
input {
  line-height: normal; }

/*	1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. */
/*	2. Corrects inability to style clickable `input` types in iOS. */
/*	3. Improves usability and consistency of cursor style between image-type `input` and others. */
/*	4. emoves inner spacing in IE 7 without affecting normal text inputs. */
/*	Known issue: inner spacing emains in IE 6. */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*	Re-set default cursor for disabled elements. */
button[disabled],
input[disabled] {
  cursor: default; }

/*	1. Addresses box sizing set to content-box in IE 8/9. */
/*	2. emoves excess padding in IE 8/9. */
/*	3. emoves excess padding in IE 7. */
/*	Known issue: excess padding emains in IE 6. */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*	1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/*	emoves inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*	emoves inner padding and border in Firefox 3+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*	1. emoves default vertical scrollbar in IE 6/7/8/9. */
/*	2. Improves readability and alignment in all browsers. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/*	========================================================================== */
/*		RESET : Tables
/*	========================================================================== */
/*	emove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*	========================================================================== */
/*    	Variables
/*	========================================================================== */
/* BREAKPOINTS */
/* COLOURS */
/*	========================================================================== */
/*    	Mixins
/*	========================================================================== */
html,
button,
input,
select,
textarea {
  color: #ddd; }

html {
  font-size: 1em; }
  @media screen and (min-width: 1000px) {
    html {
      font-size: 1.125em; } }
  @media screen and (min-width: 1400px) {
    html {
      font-size: 1.25em; } }
body {
  font-family: "proxima-nova-regular", sans-serif;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #fff; }

::selection {
  background: #CFEDFF;
  text-shadow: none; }

img {
  display: block;
  max-width: 100%; }

p {
  margin: 0 0 1em; }

p:last-child {
  margin-bottom: 0; }

a {
  color: #1E4800;
  text-decoration: none;
  outline: none; }
  a:hover, a:focus, a:active {
    text-decoration: underline;
    text-decoration-skip: ink;
    outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova-bold", sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #1E4800;
  margin: 0 0 1em; }

/*	========================================================================== */
/*    	GENERAL HELPERS
/*	========================================================================== */
/*	Micro clearfix, as per: nicolasgallagher.com/micro-clearfix-hack */
.cf {
  zoom: 1; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/*	Image replacement */
.ir {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*	Showing and hiding */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.undo-visuallyhidden {
  clip: auto;
  height: auto;
  margin: auto;
  overflow: visible;
  padding: 0;
  position: relative;
  width: auto; }

.invisible {
  visibility: hidden; }

.no-break {
  white-space: nowrap; }

/*	========================================================================== */
/*    	UNIVERSAL
/*	========================================================================== */
/*	========================================================================== */
/*    	THIRD PARTY
/*	========================================================================== */
/*	========================================================================== */
/*    	MODULES
/*	========================================================================== */
/*	========================================================================== */
/*		BANNER
/*	========================================================================== */
.banner {
  position: relative;
  height: 100vh;
  max-height: 50em; }

.banner.short {
  height: 50vh; }

.banner-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5em; }
  @media screen and (min-width: 600px) {
    .banner-title {
      bottom: 3.5em; } }
  @media screen and (min-width: 1200px) {
    .banner-title {
      bottom: 4em; } }
.banner-title-inner {
  position: relative;
  max-width: 1600px;
  padding: 0 1.5em;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .banner-title-inner {
      padding: 0 2em; } }
  @media screen and (min-width: 1000px) {
    .banner-title-inner {
      padding: 0 3em; } }
.narrow .banner-title-inner {
  text-align: center;
  max-width: 900px; }

.banner.tall:after {
  content: "⬇";
  font-size: 1.5em;
  line-height: 1;
  color: #fff;
  display: block;
  position: absolute;
  right: 1em;
  bottom: 2em; }
  @media screen and (min-width: 600px) {
    .banner.tall:after {
      font-size: 2em;
      right: 1.25em; } }
.banner-title-inner h1 {
  font-size: 2.5em;
  line-height: 1.1;
  color: #fff;
  margin: 0 1em 0 0; }
  @media screen and (min-width: 600px) {
    .banner-title-inner h1 {
      font-size: 3.5em; } }
.banner-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.5em;
  opacity: 0.9; }
  @media screen and (min-width: 600px) {
    .banner-overlay {
      bottom: 7em; } }
  @media screen and (min-width: 1000px) {
    .banner-overlay {
      bottom: 8em; } }
.banner-overlay-inner {
  text-align: center;
  max-width: 1600px;
  padding: 0 1.5em;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .banner-overlay-inner {
      padding: 0 3em; } }
  @media screen and (min-width: 1000px) {
    .banner-overlay-inner {
      padding: 0 6em; } }
.banner-overlay-inner h1 {
  font-size: 2em;
  line-height: 1.2;
  color: #fff;
  margin: 0; }
  @media screen and (min-width: 1400px) {
    .banner-overlay-inner h1 {
      font-size: 2.5em; } }
.banner-overlay-inner p {
  font-size: 1em;
  line-height: 1.2;
  color: #fff;
  margin: 0; }

/* •<><><><><><><>•
   | FLEX SUPPORT |
   •<><><><><><><>• */
@supports (display: flex) {
  .banner-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 16vw;
    bottom: 2.5em; }
    @media screen and (min-width: 600px) {
      .banner-overlay {
        top: 93px;
        bottom: 3.5em; } }
    @media screen and (min-width: 1000px) {
      .banner-overlay {
        top: 107px;
        bottom: 4em; } }
    @media screen and (min-width: 1400px) {
      .banner-overlay {
        top: 120px; } } }

/* •<><><><><><><><>•
   | END FLEX RULES |
   •<><><><><><><><>• */
.banner-edge {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.banner-edge img {
  max-width: none;
  width: 300vw;
  margin-left: -3px;
  margin-bottom: -2px; }
  @media screen and (min-width: 600px) {
    .banner-edge img {
      width: 200vw; } }
  @media screen and (min-width: 1000px) {
    .banner-edge img {
      width: 175vw; } }
  @media screen and (min-width: 1200px) {
    .banner-edge img {
      width: 150vw; } }
  @media screen and (min-width: 1400px) {
    .banner-edge img {
      width: 125vw; } }
  @media screen and (min-width: 1600px) {
    .banner-edge img {
      width: 102%;
      margin-left: -1%;
      margin-right: -1%; } }
.banner-img {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.banner-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center; }

/*	========================================================================== */
/*		FOOTER
/*	========================================================================== */
.pageFooter {
  text-align: center;
  padding: 2em 1em 1em; }

.pageFooter p {
  font-size: 0.8125em;
  line-height: 1.4;
  color: #1E4800; }

.pageFooter p a {
  color: #1E4800; }

/*	========================================================================== */
/*		GARDEN LINKS
/*	========================================================================== */
.gardenLinks {
  position: relative;
  max-width: 1600px;
  padding: 1em 1.5em 2em;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .gardenLinks {
      padding: 1.5em 2em 3em; } }
  @media screen and (min-width: 1000px) {
    .gardenLinks {
      padding: 2em 3em 4em; } }
.gardenLinks h3 {
  font-size: 1.5em;
  line-height: 1.3;
  color: #1E4800;
  text-align: center; }

.gardenLinks ul {
  width: 16em;
  margin: 0 auto; }
  .gardenLinks ul.columns {
    width: 34em;
    max-width: 100%;
    columns: 16em;
    column-gap: 2em; }

.gardenLinks ul li {
  display: block;
  border-bottom: 1px solid #E9F6E1; }

.gardenLinks ul li a {
  font-family: "proxima-nova-bold", sans-serif;
  font-weight: normal;
  color: #1E4800;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 0.5em; }
  .gardenLinks ul li a:hover, .gardenLinks ul li a:focus, .gardenLinks ul li a:active {
    background-color: #F3F8EA; }

.gardenLinks ul li.current a {
  background-color: #F3F8EA; }

.gardenLinks ul li a span {
  line-height: 2.5em;
  display: block;
  float: left;
  width: calc(100% - 2.5em);
  height: 2.5em; }

.gardenLinks ul li a svg {
  display: block;
  float: right;
  width: 1.25em;
  height: 2.5em;
  fill: currentcolor; }

/*	========================================================================== */
/*		HEADER
/*	========================================================================== */
.pageHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  @media screen and (min-width: 1400px) {
    .pageHeader {
      top: 1em; } }
.pageHeader-inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto; }
  @media screen and (min-width: 1400px) {
    .pageHeader-inner {
      padding: 0 2em; } }
/*	========================================================================== */
/*		LOGOS
/*	========================================================================== */
.mainlogo {
  position: relative;
  z-index: 1;
  width: 40vw;
  max-width: 14em;
  background-color: rgba(30, 72, 0, 0.8);
  padding: 1em;
  margin: 0 1em; }
  @media screen and (min-width: 600px) {
    .mainlogo {
      padding: 1.25em 1.5em;
      margin: 0 2em; } }
  @media screen and (min-width: 1000px) {
    .mainlogo {
      height: 108px;
      padding: 1.15em 2em;
      margin: 0; } }
  @media screen and (min-width: 1400px) {
    .mainlogo {
      height: 118px; } }
.mainlogo a {
  display: block; }

/*	========================================================================== */
/*		NAV
/*	========================================================================== */
@media screen and (min-width: 1000px) {
  .mainNav {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14em;
    right: 0; } }

@media screen and (min-width: 1400px) {
  .mainNav {
    left: 16em;
    right: 2em; } }

/*  ===================================
    MAIN NAV : toggle                */
.mainNav input#nav-toggle,
.mainNav label.nav-toggle {
  cursor: pointer;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 44px;
  height: 44px;
  z-index: 15;
  overflow: hidden;
  opacity: 0; }
  @media screen and (min-width: 1000px) {
    .mainNav input#nav-toggle,
    .mainNav label.nav-toggle {
      display: none; } }
.nav-toggle-indicator {
  cursor: pointer;
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  width: 44px;
  height: 44px;
  z-index: 10;
  background-color: rgba(30, 72, 0, 0.8); }
  @media screen and (min-width: 1000px) {
    .nav-toggle-indicator {
      display: none; } }
#nav-toggle:hover ~ .nav-toggle-indicator span {
  background-color: #739652; }

.nav-toggle-indicator span {
  display: block;
  position: absolute;
  height: 3px;
  width: 24px;
  background-color: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 10px;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

.nav-toggle-indicator span:nth-child(1) {
  top: 12px; }

.nav-toggle-indicator span:nth-child(2),
.nav-toggle-indicator span:nth-child(3) {
  top: 20px; }

.nav-toggle-indicator span:nth-child(4) {
  top: 28px; }

.mainNav input#nav-toggle:checked ~ .nav-toggle-indicator span:nth-child(1),
.mainNav input#nav-toggle:checked ~ .nav-toggle-indicator span:nth-child(4) {
  top: 13px;
  width: 0%;
  right: 40px; }

.mainNav input#nav-toggle:checked ~ .nav-toggle-indicator span:nth-child(2) {
  transform: rotate(45deg); }

.mainNav input#nav-toggle:checked ~ .nav-toggle-indicator span:nth-child(3) {
  transform: rotate(-45deg); }

/*  ===================================
    MAIN NAV : nav                */
.mainNav nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
  transition: all 0.2s ease;
  transform: scaleY(0);
  transform-origin: top;
  background-color: #0f2400; }
  @media screen and (min-width: 1000px) {
    .mainNav nav {
      position: inherit;
      top: auto;
      left: auto;
      right: auto;
      z-index: 0;
      width: auto;
      height: auto;
      transform: scaleY(1);
      background-color: transparent; } }
.mainNav input#nav-toggle:checked ~ nav {
  transform: scaleY(1); }

/* LISTS : TOP LEVEL & SUB-LEVEL */
.mainNav-topLevel {
  text-align: left;
  list-style: none;
  width: 100%;
  max-width: 36em;
  padding: 0;
  margin: 72px auto 0px;
  transition: all 0.2s ease; }
  @media screen and (min-width: 1000px) {
    .mainNav-topLevel {
      position: relative;
      max-width: none;
      border: 1px solid #162701;
      margin: 0; } }
.mainNav-subLevel {
  position: absolute;
  top: 0;
  left: 100%;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  background-color: #387110;
  margin: 0; }
  @media screen and (min-width: 1000px) {
    .mainNav-subLevel {
      z-index: 2;
      top: 100%;
      left: -2px;
      border: 1px solid #162701; } }
.mainNav-topLevelItem.withSubNav:hover ul,
.mainNav-topLevelItem.withSubNav a:focus + ul,
.mainNav-topLevelItem.withSubNav:focus-within ul {
  width: calc(100% + 4px);
  height: auto;
  clip: auto; }

/* •<><><><><><><>•
     | FLEX SUPPORT |
     •<><><><><><><>• */
@supports (display: flex) {
  @media screen and (min-width: 1000px) {
    .mainNav-topLevel {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } } }

/* •<><><><><><><><>•
     | END FLEX RULES |
     •<><><><><><><><>• */
/* LIST ITEMS : COMMON */
/* LIST ITEMS : TOP LEVEL */
.mainNav-topLevelItem {
  display: block;
  position: relative;
  width: 50%; }
  @media screen and (min-width: 1000px) {
    .mainNav-topLevelItem {
      float: left;
      height: 53px;
      border: 1px solid #1E4800;
      border: 1px solid #162701;
      /*" ----- temporary to be removed ----- "*/ } }
  @media screen and (min-width: 1400px) {
    .mainNav-topLevelItem {
      height: 58px; } }
@media screen and (min-width: 1000px) {
  .mainNav-topLevelItem:nth-child(1),
  .mainNav-topLevelItem:nth-child(2),
  .mainNav-topLevelItem:nth-child(3),
  .mainNav-topLevelItem:nth-child(4) {
    width: 25%; } }

@media screen and (min-width: 1000px) {
  .mainNav-topLevelItem:nth-child(5),
  .mainNav-topLevelItem:nth-child(6),
  .mainNav-topLevelItem:nth-child(7),
  .mainNav-topLevelItem:nth-child(8),
  .mainNav-topLevelItem:nth-child(9),
  .mainNav-topLevelItem:nth-child(10),
  .mainNav-topLevelItem:nth-child(11),
  .mainNav-topLevelItem:nth-child(12) {
    width: 12.5%; } }

@media screen and (min-width: 1000px) {
  .mainNav-topLevelItem:nth-child(5) {
    clear: left; } }

/* •<><><><><><><>•
     | FLEX SUPPORT |
     •<><><><><><><>• */
@supports (display: flex) {
  @media screen and (min-width: 1000px) {
    .mainNav-topLevelItem:nth-child(5),
    .mainNav-topLevelItem:nth-child(6),
    .mainNav-topLevelItem:nth-child(7),
    .mainNav-topLevelItem:nth-child(8),
    .mainNav-topLevelItem:nth-child(9),
    .mainNav-topLevelItem:nth-child(10),
    .mainNav-topLevelItem:nth-child(11),
    .mainNav-topLevelItem:nth-child(12) {
      width: auto;
      flex-grow: 1; } } }

/* •<><><><><><><><>•
     | END FLEX RULES |
     •<><><><><><><><>• */
/* LIST ITEMS : TOP LEVEL */
@media screen and (min-width: 1000px) {
  .mainNav-subLevelItem {
    border: 1px solid #162701; } }

/* LINKS : TOP LEVEL */
a.mainNav-topLevelLink {
  font-family: "proxima-nova-regular", sans-serif;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: block;
  transition: all 0.3s ease;
  padding: 0.75em 1.75em 0.75em 1em;
  box-shadow: inset 0 -1px 0 #1E4800; }
  @media screen and (min-width: 600px) {
    a.mainNav-topLevelLink {
      font-size: 1em; } }
  @media screen and (min-width: 1000px) {
    a.mainNav-topLevelLink {
      font-size: 0.75em;
      font-family: "proxima-nova-bold", sans-serif;
      font-weight: normal;
      text-align: center;
      color: #fff;
      display: block;
      height: 100%;
      background-color: rgba(30, 72, 0, 0.8);
      padding: 0.5em 0.75em;
      box-shadow: none; } }
a.mainNav-topLevelLink:hover,
a.mainNav-topLevelLink:focus,
a.mainNav-topLevelLink:active,
.current a.mainNav-topLevelLink,
.mainNav-topLevelItem.withSubNav:focus-within a.mainNav-topLevelLink {
  background-color: #1E4800; }
  @media screen and (min-width: 1000px) {
    a.mainNav-topLevelLink:hover,
    a.mainNav-topLevelLink:focus,
    a.mainNav-topLevelLink:active,
    .current a.mainNav-topLevelLink,
    .mainNav-topLevelItem.withSubNav:focus-within a.mainNav-topLevelLink {
      background-color: #67A411; } }
.withSubNav a.mainNav-topLevelLink:after {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  right: 0.75em;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.5em solid #46692D; }
  @media screen and (min-width: 1000px) {
    .withSubNav a.mainNav-topLevelLink:after {
      display: none; } }
/* •<><><><><><><>•
   | FLEX SUPPORT |
   •<><><><><><><>• */
@supports (display: flex) {
  @media screen and (min-width: 1000px) {
    a.mainNav-topLevelLink {
      display: flex;
      align-items: center;
      justify-content: center; } } }

/* •<><><><><><><><>•
   | END FLEX RULES |
   •<><><><><><><><>• */
/* LINKS : SUB LEVEL */
a.mainNav-subLevelLink {
  font-family: "proxima-nova-regular", sans-serif;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  display: block;
  background-color: #1E4800;
  transition: all 0.3s ease;
  padding: 0.75em;
  box-shadow: inset 0 -1px 0 #0f2400; }
  @media screen and (min-width: 600px) {
    a.mainNav-subLevelLink {
      font-size: 1em; } }
  @media screen and (min-width: 1000px) {
    a.mainNav-subLevelLink {
      font-size: 0.75em;
      font-family: "proxima-nova-bold", sans-serif;
      font-weight: normal;
      text-align: center;
      color: #fff;
      display: block;
      height: 100%;
      background-color: #1E4800;
      padding: 1em 0.5em;
      box-shadow: none; } }
a.mainNav-subLevelLink:hover,
a.mainNav-subLevelLink:focus,
a.mainNav-subLevelLink:active {
  background-color: #67A411; }

/* LINKS : SPECIAL */
.mainNav-topLevelItem.ngs a {
  background-color: #FFCC00;
  padding: 0.5em; }
  @media screen and (min-width: 1000px) {
    .mainNav-topLevelItem.ngs a {
      padding: 0; } }
.mainNav-topLevelItem.ngs a:hover,
.mainNav-topLevelItem.ngs a:focus,
.mainNav-topLevelItem.ngs a:active {
  background-color: #67A411; }

.mainNav-topLevelItem.ngs a img {
  height: 6em;
  margin: auto; }
  @media screen and (min-width: 1000px) {
    .mainNav-topLevelItem.ngs a img {
      width: 30px;
      height: auto; } }
  @media screen and (min-width: 1400px) {
    .mainNav-topLevelItem.ngs a img {
      width: 36px; } }
/*	========================================================================== */
/*		IMAGE BANK
/*	========================================================================== */
.imageBank {
  max-width: 1600px;
  padding: 5em 1em 1em;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .imageBank {
      padding: 7em 2em 2em; } }
.imageBank h2 {
  line-height: 1.2;
  color: #1E4800;
  padding-bottom: 0.15em;
  border-bottom: 1px solid #F3F8EA;
  margin: 0 0 0.5em; }

.imageBankNav {
  margin-bottom: 1em; }

.imageBankNav a {
  font-size: 0.875em;
  line-height: 1;
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  display: inline-block;
  background-color: #eee;
  padding: 0.25em 0.75em;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
  transition: all 0.3s ease; }
  .imageBankNav a.current, .imageBankNav a:hover, .imageBankNav a:focus, .imageBankNav a:active {
    color: #fff;
    background-color: #1E4800; }

.imageBankImages ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

.imageBankImages ul a {
  text-decoration: none;
  color: #444;
  background-color: #F3F8EA;
  transition: all 0.3s ease; }
  .imageBankImages ul a:hover, .imageBankImages ul a:focus, .imageBankImages ul a:active {
    color: #fff;
    background-color: #1E4800; }

.imageBankImages ul span {
  font-size: 0.75em;
  line-height: 1;
  display: block;
  padding: 0.5em; }

.imageBankImages img {
  height: 10em;
  margin: 0 auto; }

/*	========================================================================== */
/*		IMAGE GALLERY
/*	========================================================================== */
.imageGallery {
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto 2em; }
  @media screen and (min-width: 600px) {
    .imageGallery {
      margin-bottom: 3em; } }
  @media screen and (min-width: 1000px) {
    .imageGallery {
      margin-bottom: 4em; } }
.imageGallery {
  line-height: 0;
  text-align: center;
  overflow: hidden;
  padding: 2px; }

.imageGallery li {
  display: inline-block;
  width: 33.333%;
  padding: 2px; }
  @media screen and (min-width: 600px) {
    .imageGallery li {
      width: 25%; } }
  @media screen and (min-width: 1200px) {
    .imageGallery li {
      width: 16.667%; } }
/* •<><><><><><><>•
   | FLEX SUPPORT |
   •<><><><><><><>• */
@supports (display: flex) {
  .imageGallery {
    padding: 0; }
  .imageGallery ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center; }
  .seasons .imageGallery ul {
    justify-content: flex-start; }
  .imageGallery li {
    display: block;
    width: auto !important;
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: 6em; }
    @media screen and (min-width: 600px) {
      .imageGallery li {
        flex-basis: 7em; } }
    @media screen and (min-width: 1000px) {
      .imageGallery li {
        flex-basis: 8em; } }
    @media screen and (min-width: 1400px) {
      .imageGallery li {
        flex-basis: 9em; } } }

/* •<><><><><><><><>•
   | END FLEX RULES |
   •<><><><><><><><>• */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lightgallerylg.eot%EF%B9%96n1z373.html");
  src: url("../fonts/lightgallerylg.eot%EF%B9%96.html#iefixn1z373") format("embedded-opentype"), url("../fonts/lightgallerylg.woff%EF%B9%96n1z373.html") format("woff"), url("../fonts/lightgallerylg.ttf%EF%B9%96n1z373.html") format("truetype"), url("../fonts/lightgallerylg.svg%EF%B9%96n1z373.html#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../images/lightgallery/vimeo-play.png.html") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../images/lightgallery/vimeo-play.png.html") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../images/lightgallery/video-play.png.html") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../images/lightgallery/youtube-play.png.html") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../images/lightgallery/youtube-play.png.html") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../images/lightgallery/loading.gif.html") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*	========================================================================== */
/*		SITE OVERIRDES FOR THE LIGHT GALLERY
/*	========================================================================== */
a.lightgallery--trigger {
  display: block;
  position: relative; }

a.lightgallery--trigger svg {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  fill: rgba(255, 255, 255, 0.66);
  transform: fill ease 0.3s; }

a.lightgallery--trigger:hover svg,
a.lightgallery--trigger:focus svg,
a.lightgallery--trigger:active svg {
  fill: white; }

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: transparent;
  color: #fff;
  font-size: 0;
  margin-top: -32px;
  height: 64px;
  width: 32px;
  border-radius: 0; }
  .lg-actions .lg-next:after,
  .lg-actions .lg-prev:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    transition: border-color 0.3s ease; }

.lg-actions .lg-prev:after {
  border-right: 32px solid rgba(255, 255, 255, 0.5); }

.lg-actions .lg-prev:hover:after {
  border-right-color: rgba(255, 255, 255, 0.85); }

.lg-actions .lg-next:after {
  border-left: 32px solid rgba(255, 255, 255, 0.5); }

.lg-actions .lg-next:hover:after {
  border-left-color: rgba(255, 255, 255, 0.85); }

.lg-toolbar {
  background-color: transparent; }

.lg-toolbar .lg-close {
  display: block;
  position: relative;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 44px;
  height: 44px;
  padding: 0; }
  .lg-toolbar .lg-close:before, .lg-toolbar .lg-close:after {
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: #aaa;
    border-radius: 1px;
    top: 20px;
    left: 4px;
    transition: background-color 0.3s ease; }
  .lg-toolbar .lg-close:before {
    transform: rotate(45deg); }
  .lg-toolbar .lg-close:after {
    transform: rotate(-45deg); }

.lg-toolbar .lg-close:focus:before, .lg-toolbar .lg-close:focus:after,
.lg-toolbar .lg-close:hover:before,
.lg-toolbar .lg-close:hover:after,
.lg-toolbar .lg-close:active:before,
.lg-toolbar .lg-close:active:after {
  background-color: #fff; }

.lg-outer .lg-img-wrap {
  left: 5%;
  right: 5%;
  top: 5%;
  bottom: 5%;
  width: 90%;
  height: 90%; }

/*	========================================================================== */
/*		MAIN TEXT
/*	========================================================================== */
.mainText .inner {
  position: relative;
  max-width: 1600px;
  padding: 1em 1.5em 2em;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .mainText .inner {
      padding: 1.5em 2em 3em; } }
  @media screen and (min-width: 1000px) {
    .mainText .inner {
      padding: 2em 3em 4em; } }
.mainTextSingle .inner {
  position: relative;
  max-width: 900px;
  padding: 1em 1.5em 2em;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .mainTextSingle .inner {
      padding: 1.5em 2em 3em; } }
  @media screen and (min-width: 1000px) {
    .mainTextSingle .inner {
      padding: 2em 3em 4em; } }
.mainText--block {
  margin-bottom: 2em; }

.mainText--block__single {
  columns: 22em 2;
  column-gap: 3em; }

.mainText h2 {
  font-size: 2em;
  margin: 1.25em 0 0.125em; }

.mainText h3 {
  font-size: 1.25em;
  margin: 0 0 0.125em; }

.mainText p {
  margin: 0 0 0.5em 0; }

.mainText--block *:first-child {
  margin-top: 0; }

.mainText a {
  font-family: "proxima-nova-bold", sans-serif;
  font-weight: normal; }

/* +--------------+
   | GRID SUPPORT |
   +--------------+ */
@supports (display: grid) {
  @media screen and (min-width: 1000px) {
    .mainText .inner {
      display: grid;
      grid-column-gap: 4vw;
      grid-template-columns: 1fr 1fr; }
    .mainText--block__single {
      grid-column-start: 1;
      grid-column-end: -1; } } }

/* +----------------+
   | END GRID RULES |
   +----------------+ */
/* +-----------------+
   | COLUMNS SUPPORT |
   +-----------------+ */
@supports (column-count: 2) {
  @media screen and (min-width: 1000px) {
    .mainText .inner {
      display: block; } }
  .mainText .inner {
    columns: 2 23em;
    column-gap: 4vw; }
  .mainText--block {
    break-inside: avoid; } }

/* +-------------------+
   | END COLUMNS RULES |
   +-------------------+ */
/*	========================================================================== */
/*		GARDEN MAP
/*	========================================================================== */
.gardenMap-inner {
  position: relative;
  margin: 0 auto; }

.gardenMap-inner svg a {
  fill: #ffd700;
  fill-opacity: 0;
  transition: fill ease 0.3s; }
  .gardenMap-inner svg a:hover, .gardenMap-inner svg a:focus, .gardenMap-inner svg a:active {
    fill-opacity: 0.45; }

/*	========================================================================== */
/*		GOOGLE MAP
/*	========================================================================== */
.map iframe {
  width: 100%;
  height: 90vh;
  max-height: 30em; }

/*	========================================================================== */
/*		MEDIA
/*	========================================================================== */
.media .inner {
  position: relative;
  max-width: 1600px;
  padding: 6em 1em 2em;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .media .inner {
      padding: 8em 2em 3em; } }
  @media screen and (min-width: 1000px) {
    .media .inner {
      padding: 9em 2em 4em; } }
.media h1 {
  font-size: 1.25em; }

a.mediaItem {
  text-decoration: none;
  display: block;
  overflow: hidden;
  background-color: #f3f1ec;
  padding: 0.5em;
  margin-bottom: 1em;
  transition: all 0.3s ease; }
  a.mediaItem:hover, a.mediaItem:focus, a.mediaItem:active {
    background-color: #F3F8EA; }

.mediaItem-img {
  float: left;
  width: 40%;
  max-width: 12em;
  margin-right: 1em;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.3); }

.mediaItem-txt {
  padding-top: 0.5em; }

.mediaItem-title {
  font-family: "proxima-nova-bold", sans-serif;
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.2;
  color: #1E4800;
  margin: 0 0 0.25em; }

.mediaItem-date {
  font-size: 0.875em;
  line-height: 1;
  color: #444;
  margin: 0 0 1em; }

.mediaItem-pdf {
  font-family: "proxima-nova-bold", sans-serif;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1;
  color: #1E4800;
  margin: 0;
  transition: all 0.3s ease; }

.mediaItem-pdf span {
  font-family: "proxima-nova-regular", sans-serif;
  font-weight: normal;
  color: #444; }

/* +--------------+
   | GRID SUPPORT |
   +--------------+ */
@supports (display: grid) {
  .mediaItem-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(21em, 1fr));
    grid-gap: 1.5em; }
  a.mediaItem {
    margin-bottom: 0; } }

/* +----------------+
   | END GRID RULES |
   +----------------+ */
/* •<><><><><><><>•
   | FLEX SUPPORT |
   •<><><><><><><>• */
@supports (display: flex) {
  a.mediaItem {
    display: flex;
    align-items: center; }
  .mediaItem-img {
    float: none;
    width: auto;
    max-width: none;
    margin-right: 0;
    flex-basis: 10em; }
  .mediaItem-txt {
    flex-basis: 15em;
    padding-top: 0;
    padding-left: 1em; } }

/* •<><><><><><><><>•
   | END FLEX RULES |
   •<><><><><><><><>• */
/*	========================================================================== */
/*		PLANT LIST
/*	========================================================================== */
.plantList .inner {
  max-width: 1600px;
  background-color: #F3F8EA;
  padding: 1.5em 1.5em 2em;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .plantList .inner {
      padding: 1.5em 2em 3em; } }
  @media screen and (min-width: 1000px) {
    .plantList .inner {
      padding: 1.5em 3em 4em; } }
.plantList h2 {
  text-align: center;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #d4e6b4; }

.plantList-items {
  columns: 18em 4;
  column-gap: 3em; }

.plantList h3 {
  margin: 0 0 0.125em; }

.plantList ul {
  font-size: 0.875em;
  margin: 0 0 1em; }

/*	========================================================================== */
/*		MEDIA
/*	========================================================================== */
.seasons .inner {
  position: relative;
  max-width: 1600px;
  padding: 6em 1em 2em;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .seasons .inner {
      padding: 8em 2em 3em; } }
  @media screen and (min-width: 1000px) {
    .seasons .inner {
      padding: 9em 2em 4em; } }
.seasonGroup {
  overflow: hidden; }

.seasonGroup:not(:last-child) {
  padding-bottom: 1.5em;
  border-bottom: 3px solid #F3F8EA;
  margin-bottom: 1.5em; }
  @media screen and (min-width: 1000px) {
    .seasonGroup:not(:last-child) {
      padding-bottom: 2em;
      margin-bottom: 2em; } }
.seasonsGroup-text {
  margin-bottom: 1em; }
  @media screen and (min-width: 1000px) {
    .seasonsGroup-text {
      float: left;
      width: 33%; } }
.seasons h2 {
  font-size: 1.25em;
  text-transform: uppercase;
  margin-bottom: 0.25em; }

.seasonGroup .imageGallery {
  margin-bottom: 0; }
  @media screen and (min-width: 1000px) {
    .seasonGroup .imageGallery {
      float: left;
      width: calc(67% - 1em);
      margin: 2em 0 0 1em; } }
/*	========================================================================== */
/*		GOOGLE MAP
/*	========================================================================== */
.wildlife .inner {
  position: relative;
  max-width: 1600px;
  padding: 6em 1em 2em;
  margin: 0 auto; }
  @media screen and (min-width: 600px) {
    .wildlife .inner {
      padding: 8em 2em 3em; } }
  @media screen and (min-width: 1000px) {
    .wildlife .inner {
      padding: 9em 2em 4em; } }
